home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / htmled32.zip / HTMLED32.EXE / 0 / RCDATA / TPAGEWIZDLG / TPAGEWIZDLG.txt
Text File  |  1996-04-01  |  13KB  |  509 lines

  1. object PageWizDlg: TPageWizDlg
  2.   Left = 96
  3.   Top = 54
  4.   BorderStyle = bsDialog
  5.   Caption = 'HTML Page Builder'
  6.   ClientHeight = 310
  7.   ClientWidth = 444
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object PageNumLabel: TLabel
  17.     Left = 10
  18.     Top = 292
  19.     Width = 61
  20.     Height = 13
  21.     Caption = 'PageNumLabel'
  22.   end
  23.   object Notebook1: TNotebook
  24.     Left = 0
  25.     Top = 0
  26.     Width = 444
  27.     Height = 241
  28.     Align = alTop
  29.     TabOrder = 0
  30.     object TPage
  31.       Left = 0
  32.       Top = 0
  33.       Caption = 'Intro'
  34.       object Label1: TLabel
  35.         Left = 26
  36.         Top = 19
  37.         Width = 266
  38.         Height = 13
  39.         Caption = 'Welcome to HTMLed Pro'#39's HTML Page Builder'
  40.         Font.Color = clBlack
  41.         Font.Height = -11
  42.         Font.Name = 'MS Sans Serif'
  43.         Font.Style = [fsBold]
  44.         ParentFont = False
  45.       end
  46.       object Label6: TLabel
  47.         Left = 26
  48.         Top = 44
  49.         Width = 405
  50.         Height = 31
  51.         AutoSize = False
  52.         Caption = 
  53.           'This tool is designed to help you quickly and easily design your' +
  54.           ' own Home Page for the World Wide Web.'
  55.         WordWrap = True
  56.       end
  57.       object Label7: TLabel
  58.         Left = 26
  59.         Top = 80
  60.         Width = 391
  61.         Height = 46
  62.         AutoSize = False
  63.         Caption = 
  64.           'You will be asked a few simple questions and then HTMLed Pro wil' +
  65.           'l generate a text file containing your information marked up wit' +
  66.           'h some HTML tags.'
  67.         WordWrap = True
  68.       end
  69.       object Label8: TLabel
  70.         Left = 26
  71.         Top = 128
  72.         Width = 387
  73.         Height = 29
  74.         AutoSize = False
  75.         Caption = 
  76.           'You can then use HTMLed Pro to edit the file and make changes to' +
  77.           ' the HTML file.'
  78.         WordWrap = True
  79.       end
  80.       object Label9: TLabel
  81.         Left = 26
  82.         Top = 165
  83.         Width = 299
  84.         Height = 13
  85.         Caption = 'Press the '#39'Next'#39' button when you are ready to begin.'
  86.       end
  87.       object Label10: TLabel
  88.         Left = 26
  89.         Top = 188
  90.         Width = 393
  91.         Height = 31
  92.         AutoSize = False
  93.         Caption = 
  94.           'You can abort the whole process at any time by pressing the '#39'Can' +
  95.           'cel'#39' button.'
  96.         WordWrap = True
  97.       end
  98.     end
  99.     object TPage
  100.       Left = 0
  101.       Top = 0
  102.       Caption = 'Title'
  103.       object TLabel
  104.         Left = 25
  105.         Top = 19
  106.         Width = 102
  107.         Height = 13
  108.         Caption = 'Title and Heading'
  109.       end
  110.       object Label11: TLabel
  111.         Left = 26
  112.         Top = 43
  113.         Width = 399
  114.         Height = 47
  115.         AutoSize = False
  116.         Caption = 
  117.           'In the space provided below, enter some text to be used as the T' +
  118.           'itle for your home page.  This will also be used as the top-leve' +
  119.           'l heading for the page.'
  120.         WordWrap = True
  121.       end
  122.       object Label12: TLabel
  123.         Left = 26
  124.         Top = 123
  125.         Width = 203
  126.         Height = 13
  127.         Caption = 'You can also specify a subheading:'
  128.       end
  129.       object TitleEdit: TEdit
  130.         Left = 26
  131.         Top = 87
  132.         Width = 393
  133.         Height = 21
  134.         TabOrder = 0
  135.       end
  136.       object SubHeadingEdit: TEdit
  137.         Left = 26
  138.         Top = 140
  139.         Width = 395
  140.         Height = 21
  141.         TabOrder = 1
  142.       end
  143.       object HRAfterHeadingsCheck: TCheckBox
  144.         Left = 26
  145.         Top = 175
  146.         Width = 285
  147.         Height = 17
  148.         Caption = 'Put a Horizontal Rule (line) after headings'
  149.         State = cbChecked
  150.         TabOrder = 2
  151.       end
  152.       object CenterCheck: TCheckBox
  153.         Left = 26
  154.         Top = 198
  155.         Width = 259
  156.         Height = 17
  157.         Caption = 'Center headings on the page'
  158.         TabOrder = 3
  159.       end
  160.     end
  161.     object TPage
  162.       Left = 0
  163.       Top = 0
  164.       Caption = 'Image'
  165.       object Label2: TLabel
  166.         Left = 26
  167.         Top = 18
  168.         Width = 389
  169.         Height = 49
  170.         AutoSize = False
  171.         Caption = 
  172.           'You may want to include an image on your home page to increase i' +
  173.           'ts visual appeal or to provide additional information.  It could' +
  174.           ' be a picture of you, a company logo, or any other picture you l' +
  175.           'ike.'
  176.         WordWrap = True
  177.       end
  178.       object Label13: TLabel
  179.         Left = 26
  180.         Top = 64
  181.         Width = 383
  182.         Height = 47
  183.         AutoSize = False
  184.         Caption = 
  185.           'The image file for your picture should be in GIF or xbm format. ' +
  186.           ' Some WWW browsers, such as the Netscape navigator can also disp' +
  187.           'lay inline JPEG images.'
  188.         WordWrap = True
  189.       end
  190.       object Label14: TLabel
  191.         Left = 26
  192.         Top = 111
  193.         Width = 383
  194.         Height = 42
  195.         AutoSize = False
  196.         Caption = 
  197.           'Type the file name below or press the '#39'Browse'#39' button to select ' +
  198.           'it.  The image file should be put in the same directory as your ' +
  199.           'HTML file.'
  200.         WordWrap = True
  201.       end
  202.       object Label15: TLabel
  203.         Left = 27
  204.         Top = 160
  205.         Width = 60
  206.         Height = 13
  207.         Caption = 'Image file:'
  208.       end
  209.       object ImageFileNameEdit: TEdit
  210.         Left = 27
  211.         Top = 176
  212.         Width = 291
  213.         Height = 21
  214.         TabOrder = 0
  215.       end
  216.       object ImageBrowseButton: TBitBtn
  217.         Left = 330
  218.         Top = 172
  219.         Width = 77
  220.         Height = 27
  221.         Caption = '&Browse'
  222.         TabOrder = 1
  223.         OnClick = ImageBrowseButtonClick
  224.         Glyph.Data = {
  225.           78010000424D7801000000000000760000002800000020000000100000000100
  226.           04000000000000000000120B0000120B00000000000000000000000000000000
  227.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  228.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  229.           5555555555555555555555555555555555555555555555555555555555555555
  230.           555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  231.           55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  232.           B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  233.           000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  234.           555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  235.           55555575FFF75555555555700007555555555557777555555555555555555555
  236.           55555555555555555555555555555555555555555555555555550000}
  237.         NumGlyphs = 2
  238.       end
  239.       object CenterImageCheck: TCheckBox
  240.         Left = 27
  241.         Top = 208
  242.         Width = 219
  243.         Height = 17
  244.         Caption = 'Center the image on the page'
  245.         TabOrder = 2
  246.       end
  247.     end
  248.     object TPage
  249.       Left = 0
  250.       Top = 0
  251.       Caption = 'Text'
  252.       object Label3: TLabel
  253.         Left = 24
  254.         Top = 20
  255.         Width = 385
  256.         Height = 37
  257.         AutoSize = False
  258.         Caption = 
  259.           'You should also have some text on your home page to describe you' +
  260.           'rself or to provide any other kind of information you like.'
  261.         WordWrap = True
  262.       end
  263.       object Label16: TLabel
  264.         Left = 24
  265.         Top = 58
  266.         Width = 119
  267.         Height = 13
  268.         Caption = 'Enter the text below:'
  269.       end
  270.       object ParagraphMemo: TMemo
  271.         Left = 24
  272.         Top = 74
  273.         Width = 393
  274.         Height = 125
  275.         TabOrder = 0
  276.       end
  277.       object CenterParagraphCheck: TCheckBox
  278.         Left = 24
  279.         Top = 211
  280.         Width = 265
  281.         Height = 17
  282.         Caption = 'Center this paragraph on the page'
  283.         TabOrder = 1
  284.       end
  285.     end
  286.     object TPage
  287.       Left = 0
  288.       Top = 0
  289.       Caption = 'Links'
  290.       object Label4: TLabel
  291.         Left = 24
  292.         Top = 20
  293.         Width = 383
  294.         Height = 43
  295.         AutoSize = False
  296.         Caption = 
  297.           'You can also have links on your page to other related informatio' +
  298.           'n, or maybe just some of your favorite sites on the World Wide W' +
  299.           'eb.  Any or all of these can be left blank.'
  300.         WordWrap = True
  301.       end
  302.       object De: TLabel
  303.         Left = 25
  304.         Top = 75
  305.         Width = 54
  306.         Height = 13
  307.         Caption = 'Link Text'
  308.       end
  309.       object Label18: TLabel
  310.         Left = 53
  311.         Top = 99
  312.         Width = 26
  313.         Height = 13
  314.         Caption = 'URL'
  315.       end
  316.       object Label19: TLabel
  317.         Left = 25
  318.         Top = 133
  319.         Width = 54
  320.         Height = 13
  321.         Caption = 'Link Text'
  322.       end
  323.       object Label20: TLabel
  324.         Left = 54
  325.         Top = 157
  326.         Width = 26
  327.         Height = 13
  328.         Caption = 'URL'
  329.       end
  330.       object Label17: TLabel
  331.         Left = 26
  332.         Top = 192
  333.         Width = 54
  334.         Height = 13
  335.         Caption = 'Link Text'
  336.       end
  337.       object Label21: TLabel
  338.         Left = 52
  339.         Top = 215
  340.         Width = 26
  341.         Height = 13
  342.         Caption = 'URL'
  343.       end
  344.       object LinkDesc1Edit: TEdit
  345.         Left = 82
  346.         Top = 72
  347.         Width = 317
  348.         Height = 21
  349.         TabOrder = 0
  350.       end
  351.       object LinkURL1Edit: TEdit
  352.         Left = 82
  353.         Top = 96
  354.         Width = 317
  355.         Height = 21
  356.         TabOrder = 1
  357.       end
  358.       object LinkDesc2Edit: TEdit
  359.         Left = 82
  360.         Top = 130
  361.         Width = 317
  362.         Height = 21
  363.         TabOrder = 2
  364.       end
  365.       object LinkURL2Edit: TEdit
  366.         Left = 83
  367.         Top = 154
  368.         Width = 316
  369.         Height = 21
  370.         TabOrder = 3
  371.       end
  372.       object LinkDesc3Edit: TEdit
  373.         Left = 83
  374.         Top = 188
  375.         Width = 316
  376.         Height = 21
  377.         TabOrder = 4
  378.       end
  379.       object LinkURL3Edit: TEdit
  380.         Left = 84
  381.         Top = 212
  382.         Width = 315
  383.         Height = 21
  384.         TabOrder = 5
  385.       end
  386.     end
  387.     object TPage
  388.       Left = 0
  389.       Top = 0
  390.       Caption = 'Save'
  391.       object Label5: TLabel
  392.         Left = 38
  393.         Top = 24
  394.         Width = 369
  395.         Height = 71
  396.         AutoSize = False
  397.         Caption = 
  398.           'HTMLed Pro is now ready to generate the HTML for your home page.' +
  399.           '  You must now specify a filename to save the resulting HTML doc' +
  400.           'ument.  If you would like to make any changes, you can use the '#39 +
  401.           'Previous'#39'  and '#39'Next'#39' buttons to move back and forth.'
  402.         WordWrap = True
  403.       end
  404.       object Label22: TLabel
  405.         Left = 38
  406.         Top = 119
  407.         Width = 363
  408.         Height = 25
  409.         AutoSize = False
  410.         Caption = 
  411.           'When you are ready to generate your home page, press the '#39'Finish' +
  412.           #39' button.'
  413.         WordWrap = True
  414.       end
  415.       object Label23: TLabel
  416.         Left = 40
  417.         Top = 173
  418.         Width = 61
  419.         Height = 13
  420.         Caption = 'File Name:'
  421.       end
  422.       object SaveBrowseEdit: TEdit
  423.         Left = 40
  424.         Top = 189
  425.         Width = 265
  426.         Height = 21
  427.         TabOrder = 0
  428.       end
  429.       object SaveBrowseButton: TBitBtn
  430.         Left = 314
  431.         Top = 185
  432.         Width = 77
  433.         Height = 27
  434.         Caption = 'Browse'
  435.         TabOrder = 1
  436.         OnClick = SaveBrowseButtonClick
  437.         Glyph.Data = {
  438.           78010000424D7801000000000000760000002800000020000000100000000100
  439.           04000000000000000000120B0000120B00000000000000000000000000000000
  440.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  441.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  442.           5555555555555555555555555555555555555555555555555555555555555555
  443.           555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  444.           55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  445.           B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  446.           000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  447.           555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  448.           55555575FFF75555555555700007555555555557777555555555555555555555
  449.           55555555555555555555555555555555555555555555555555550000}
  450.         NumGlyphs = 2
  451.       end
  452.     end
  453.   end
  454.   object PrevButton: TBitBtn
  455.     Left = 195
  456.     Top = 260
  457.     Width = 77
  458.     Height = 27
  459.     Caption = '< &Previous '
  460.     TabOrder = 1
  461.     OnClick = PrevButtonClick
  462.   end
  463.   object NextButton: TBitBtn
  464.     Left = 276
  465.     Top = 260
  466.     Width = 77
  467.     Height = 27
  468.     Caption = '&Next >'
  469.     TabOrder = 2
  470.     OnClick = NextButtonClick
  471.   end
  472.   object CancelButton: TBitBtn
  473.     Left = 9
  474.     Top = 260
  475.     Width = 77
  476.     Height = 27
  477.     TabOrder = 3
  478.     Kind = bkCancel
  479.   end
  480.   object Panel1: TPanel
  481.     Left = 7
  482.     Top = 249
  483.     Width = 431
  484.     Height = 4
  485.     BevelInner = bvLowered
  486.     BevelOuter = bvNone
  487.     TabOrder = 4
  488.   end
  489.   object FinishButton: TBitBtn
  490.     Left = 357
  491.     Top = 260
  492.     Width = 77
  493.     Height = 27
  494.     Caption = '&Finish'
  495.     TabOrder = 5
  496.     OnClick = FinishButtonClick
  497.     Kind = bkOK
  498.   end
  499.   object BitBtn1: TBitBtn
  500.     Left = 90
  501.     Top = 260
  502.     Width = 77
  503.     Height = 27
  504.     TabOrder = 6
  505.     OnClick = BitBtn1Click
  506.     Kind = bkHelp
  507.   end
  508. end
  509.